home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectInput / JoyStick / readme.txt < prev    next >
Encoding:
Text File  |  2001-10-10  |  830 b   |  30 lines

  1. //-----------------------------------------------------------------------------
  2. // 
  3. // Sample Name: Joystick Sample
  4. // 
  5. // Copyright (c) 1998-2001 Microsoft Corporation. All rights reserved.
  6. // 
  7. //-----------------------------------------------------------------------------
  8.  
  9.  
  10. Description
  11. ===========
  12.   The Joystick sample obtains and displays joystick data.
  13.  
  14. Path
  15. ====
  16.   Source: DXSDK\Samples\Multimedia\DInput\Joystick
  17.  
  18.   Executable: DXSDK\Samples\Multimedia\DInput\Bin
  19.  
  20. User's Guide
  21. ============
  22.   Observe how the displayed data changes when you move and twist the stick, 
  23.   rotate the throttle wheel, and press buttons in various combinations.
  24.  
  25. Programming Notes
  26. =================
  27.   The application polls the joystick for immediate data in response to a timer 
  28.   set inside the dialog procedure.
  29.  
  30.